Mark the comment as documentation
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 06:36:44 +0000 (06:36 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 06:36:44 +0000 (06:36 +0000)
includes/StringUtils.php

index 6c8412f..82b9dc1 100644 (file)
@@ -115,7 +115,7 @@ class StringUtils {
                return $output;
        }
 
-       /*
+       /**
         * Perform an operation equivalent to
         *
         *   preg_replace( "!$startDelim(.*)$endDelim!$flags", $replace, $subject )